projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adfd1e3
)
Regenerated
author
Jan Djärv
<jan.h.d@swipnet.se>
Sun, 18 Mar 2007 17:14:01 +0000
(17:14 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Sun, 18 Mar 2007 17:14:01 +0000
(17:14 +0000)
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 5a3da683a77c542fb20c7aad43f04ff3b28a36a5..111728ea66e5700f82584ccd946a96e9e963c6fe 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-23049,6
+23049,16
@@
if test $USE_XASSERTS = yes; then
echo
fi
+if test "$USE_X_TOOLKIT" = GTK; then
+ case "$canonical" in
+ *cygwin*)
+ echo "There are known problems with Emacs and Gtk+ on cygwin, so you
+ will probably get a crash on startup. If this happens, please use another
+ toolkit for Emacs. See etc/PROBLEMS for more information."
+ ;;
+ esac
+fi
+
# Remove any trailing slashes in these variables.